3.1914 \(\int (1-2 x)^{5/2} (2+3 x)^3 (3+5 x) \, dx\)

Optimal. Leaf size=66 \[ -\frac{9}{16} (1-2 x)^{15/2}+\frac{621}{104} (1-2 x)^{13/2}-\frac{1071}{44} (1-2 x)^{11/2}+\frac{3283}{72} (1-2 x)^{9/2}-\frac{539}{16} (1-2 x)^{7/2} \]

[Out]

(-539*(1 - 2*x)^(7/2))/16 + (3283*(1 - 2*x)^(9/2))/72 - (1071*(1 - 2*x)^(11/2))/
44 + (621*(1 - 2*x)^(13/2))/104 - (9*(1 - 2*x)^(15/2))/16

_______________________________________________________________________________________

Rubi [A]  time = 0.0576552, antiderivative size = 66, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{9}{16} (1-2 x)^{15/2}+\frac{621}{104} (1-2 x)^{13/2}-\frac{1071}{44} (1-2 x)^{11/2}+\frac{3283}{72} (1-2 x)^{9/2}-\frac{539}{16} (1-2 x)^{7/2} \]

Antiderivative was successfully verified.

[In]  Int[(1 - 2*x)^(5/2)*(2 + 3*x)^3*(3 + 5*x),x]

[Out]

(-539*(1 - 2*x)^(7/2))/16 + (3283*(1 - 2*x)^(9/2))/72 - (1071*(1 - 2*x)^(11/2))/
44 + (621*(1 - 2*x)^(13/2))/104 - (9*(1 - 2*x)^(15/2))/16

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 8.01092, size = 58, normalized size = 0.88 \[ - \frac{9 \left (- 2 x + 1\right )^{\frac{15}{2}}}{16} + \frac{621 \left (- 2 x + 1\right )^{\frac{13}{2}}}{104} - \frac{1071 \left (- 2 x + 1\right )^{\frac{11}{2}}}{44} + \frac{3283 \left (- 2 x + 1\right )^{\frac{9}{2}}}{72} - \frac{539 \left (- 2 x + 1\right )^{\frac{7}{2}}}{16} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)**(5/2)*(2+3*x)**3*(3+5*x),x)

[Out]

-9*(-2*x + 1)**(15/2)/16 + 621*(-2*x + 1)**(13/2)/104 - 1071*(-2*x + 1)**(11/2)/
44 + 3283*(-2*x + 1)**(9/2)/72 - 539*(-2*x + 1)**(7/2)/16

_______________________________________________________________________________________

Mathematica [A]  time = 0.0446939, size = 33, normalized size = 0.5 \[ -\frac{(1-2 x)^{7/2} \left (11583 x^4+38313 x^3+50463 x^2+32378 x+9038\right )}{1287} \]

Antiderivative was successfully verified.

[In]  Integrate[(1 - 2*x)^(5/2)*(2 + 3*x)^3*(3 + 5*x),x]

[Out]

-((1 - 2*x)^(7/2)*(9038 + 32378*x + 50463*x^2 + 38313*x^3 + 11583*x^4))/1287

_______________________________________________________________________________________

Maple [A]  time = 0.005, size = 30, normalized size = 0.5 \[ -{\frac{11583\,{x}^{4}+38313\,{x}^{3}+50463\,{x}^{2}+32378\,x+9038}{1287} \left ( 1-2\,x \right ) ^{{\frac{7}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)^(5/2)*(2+3*x)^3*(3+5*x),x)

[Out]

-1/1287*(11583*x^4+38313*x^3+50463*x^2+32378*x+9038)*(1-2*x)^(7/2)

_______________________________________________________________________________________

Maxima [A]  time = 1.34843, size = 62, normalized size = 0.94 \[ -\frac{9}{16} \,{\left (-2 \, x + 1\right )}^{\frac{15}{2}} + \frac{621}{104} \,{\left (-2 \, x + 1\right )}^{\frac{13}{2}} - \frac{1071}{44} \,{\left (-2 \, x + 1\right )}^{\frac{11}{2}} + \frac{3283}{72} \,{\left (-2 \, x + 1\right )}^{\frac{9}{2}} - \frac{539}{16} \,{\left (-2 \, x + 1\right )}^{\frac{7}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)*(3*x + 2)^3*(-2*x + 1)^(5/2),x, algorithm="maxima")

[Out]

-9/16*(-2*x + 1)^(15/2) + 621/104*(-2*x + 1)^(13/2) - 1071/44*(-2*x + 1)^(11/2)
+ 3283/72*(-2*x + 1)^(9/2) - 539/16*(-2*x + 1)^(7/2)

_______________________________________________________________________________________

Fricas [A]  time = 0.205125, size = 59, normalized size = 0.89 \[ \frac{1}{1287} \,{\left (92664 \, x^{7} + 167508 \, x^{6} + 13446 \, x^{5} - 128237 \, x^{4} - 51767 \, x^{3} + 35349 \, x^{2} + 21850 \, x - 9038\right )} \sqrt{-2 \, x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)*(3*x + 2)^3*(-2*x + 1)^(5/2),x, algorithm="fricas")

[Out]

1/1287*(92664*x^7 + 167508*x^6 + 13446*x^5 - 128237*x^4 - 51767*x^3 + 35349*x^2
+ 21850*x - 9038)*sqrt(-2*x + 1)

_______________________________________________________________________________________

Sympy [A]  time = 4.4418, size = 58, normalized size = 0.88 \[ - \frac{9 \left (- 2 x + 1\right )^{\frac{15}{2}}}{16} + \frac{621 \left (- 2 x + 1\right )^{\frac{13}{2}}}{104} - \frac{1071 \left (- 2 x + 1\right )^{\frac{11}{2}}}{44} + \frac{3283 \left (- 2 x + 1\right )^{\frac{9}{2}}}{72} - \frac{539 \left (- 2 x + 1\right )^{\frac{7}{2}}}{16} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)**(5/2)*(2+3*x)**3*(3+5*x),x)

[Out]

-9*(-2*x + 1)**(15/2)/16 + 621*(-2*x + 1)**(13/2)/104 - 1071*(-2*x + 1)**(11/2)/
44 + 3283*(-2*x + 1)**(9/2)/72 - 539*(-2*x + 1)**(7/2)/16

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.210079, size = 109, normalized size = 1.65 \[ \frac{9}{16} \,{\left (2 \, x - 1\right )}^{7} \sqrt{-2 \, x + 1} + \frac{621}{104} \,{\left (2 \, x - 1\right )}^{6} \sqrt{-2 \, x + 1} + \frac{1071}{44} \,{\left (2 \, x - 1\right )}^{5} \sqrt{-2 \, x + 1} + \frac{3283}{72} \,{\left (2 \, x - 1\right )}^{4} \sqrt{-2 \, x + 1} + \frac{539}{16} \,{\left (2 \, x - 1\right )}^{3} \sqrt{-2 \, x + 1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((5*x + 3)*(3*x + 2)^3*(-2*x + 1)^(5/2),x, algorithm="giac")

[Out]

9/16*(2*x - 1)^7*sqrt(-2*x + 1) + 621/104*(2*x - 1)^6*sqrt(-2*x + 1) + 1071/44*(
2*x - 1)^5*sqrt(-2*x + 1) + 3283/72*(2*x - 1)^4*sqrt(-2*x + 1) + 539/16*(2*x - 1
)^3*sqrt(-2*x + 1)